home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / MK2PROGS.SHR / KMIG29D.ADV < prev    next >
Encoding:
Text File  |  1995-05-17  |  2.7 KB  |  73 lines

  1. REM ╔═══════════════════════════════════════════════════════════════════════╗
  2. REM ║ CAUTION!!!  You MUST have ThrustMaster Command & Control Center       ║
  3. REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to    ║
  4. REM ║ use the macro capability.  You can tell if you have vs 1.38 by looking║
  5. REM ║ at the top of the C&CC screen where the version # is shown on any of  ║
  6. REM ║ the menu screens or click on F-7 About to view the version #.  To tell║
  7. REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see   ║
  8. REM ║ the version # at the top of the download screen. To obtain the newer  ║
  9. REM ║ versions if you do not have them, check with any of the listed places ║
  10. REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest      ║
  11. REM ║ versions of the Command and Control Center software.                  ║
  12. REM ╚═══════════════════════════════════════════════════════════════════════╝
  13. REM
  14.  
  15. rem Use digital throttle, choose JOYSTICK in system setup - HFR Radar
  16. rem Both RED and BLACK mode switches in DIGITAL
  17.  
  18. MDEF KMIG29
  19.  
  20. @DigitalThrottle1
  21. @MinimumThrottle
  22.  
  23. BTN UB CycleA-A
  24. BTN LB CockpitUp/Down
  25. BTN HU /U /T PadlockView
  26.           /T FrontView
  27.        /M /T PadlockView
  28.           /T FrontView
  29.        /D ForwardTrim
  30. BTN HR /U HelmetMountedSys
  31.        /M HelmetMountedSys
  32.        /D RightTrim
  33. BTN HL /U RadOnECM
  34.        /M RadOnECM
  35.        /D LeftTrim
  36. BTN HD /U /P TrimTabRelease
  37.           /R TrimTabRelease
  38.        /M /P TrimTabRelease
  39.           /R TrimTabRelease
  40.        /D BackTrim
  41.  
  42. rem To set MiG autotrim, first put rocker in Up/Middle position,
  43. rem then press hat down and hold, move stick to trim nose, release
  44. rem hat to middle position while holding stick steady for short time.
  45. rem To set individual trim tabs, put rocker down, then press hat
  46. rem to desired trim direction.
  47.  
  48. BTN 1 ChaffFlare3x
  49. BTN 2 /N AVTROn/Off
  50. BTN 3 /U TargetSel RadarLock
  51.       /M TargetSel RadarLock
  52.       /D LandingGear
  53. BTN 4 /U ClearLock
  54.       /M ClearLock
  55.       /D WheelBrakes
  56. BTN 5 /U LockIFF
  57.       /M LockIFF
  58.       /D LockIFF
  59. BTN 6 WhlBrkDroug
  60. rem Release drogue chute by holding shift key down and pressing BTN 6.
  61.  
  62. RKR UP /P SCNMode
  63.        /R IRST
  64. RKR DN /P RadarOn/Off
  65.        /R RadarOn/Off
  66.  
  67. rem NOTE: THIS FILE IS TO BE USED WITH THE NEW CHIP AND MICROCODE FOR THE
  68. rem MARK II WCS ONLY.  IF YOU DO NOT HAVE THIS CHIP, THEN CONTACT THRUSTMASTER
  69. rem TO INQUIRE ABOUT UPGRADING TO THE NEW CHIP AND MICROCODE!!!!
  70. rem How can you tell if you have the new chip and microcode?  At the C:\MARK2
  71. rem Dos prompt type DIR MK2LOAD.EXE and hit enter.  If it says "File not found
  72. rem then you have the old microcode version that uses DOWNLOAD.EXE instead.
  73.